tests: Fix U-Boot test case
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Sat, 21 Sep 2013 01:35:55 +0000 (03:35 +0200)
committerColin Walters <walters@verbum.org>
Sat, 21 Sep 2013 15:05:01 +0000 (11:05 -0400)
commit4df1d0644fab66a30359aef8be27d2f9770c7aa8
treeefd2e724dad565e81baeed4abb5eaa5b82668769
parent5c406132ce42a7ed9ec9da6726b0f0e2b702de02
tests: Fix U-Boot test case

commit 08b873457 ("deploy: Remove checksum from generated loader entries")
changed the generated loader entries file names thus making the U-Boot test
case to fail since this test parsed those files.

Fix test-admin-deploy-uboot.sh by looking to the updated files names.

https://bugzilla.gnome.org/show_bug.cgi?id=708511

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
tests/test-admin-deploy-uboot.sh